home *** CD-ROM | disk | FTP | other *** search
- /* Menus & More Wakeup Script for use with ARexx */
- /* */
- /* $VER: WakePlayer.rexx 1.00 (03.03.96) by Axel Sodtalbers */
- /* */
- /* PURPOSE: Bring MMPlayer in sight again after */
- /* the command 'Sleep' (or 'Iconify') */
- /* has been sent to it's ARexx port... */
- /* */
- /* 1.00 (03.03.96) first release */
- /* */
- /* */
- /* */
-
- OPTIONS RESULTS
-
- IF SHOW('P', 'MMPlayer') THEN
- ADDRESS "MMPlayer"
-
- 'Wake'
- exit
-
-
-
-